home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / dirutil.h < prev    next >
C/C++ Source or Header  |  1991-02-25  |  417b  |  20 lines

  1. /* @(#) $Header: dirutil.h,v 1.3 91/02/24 20:16:42 deyke Exp $ */
  2.  
  3. #ifndef _DIRUTIL_H
  4. #define _DIRUTIL_H
  5.  
  6. #ifndef _GLOBAL_H
  7. #include "global.h"
  8. #endif
  9.  
  10. /* In dirutil.c */
  11. FILE *dir __ARGS((char *path,int full));
  12. int filedir __ARGS((char *name,int times,char *ret_str));
  13. int getdir __ARGS((char *path,int full,FILE *file));
  14.  
  15. /* In pathname.c: */
  16. char *pathname __ARGS((char *cd,char *path));
  17.  
  18. #endif /* _DIRUTIL_H */
  19.  
  20.